home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / lib / tcl / index < prev    next >
Encoding:
Text File  |  1992-12-18  |  3.2 KB  |  97 lines

  1. AddErrInfo
  2. Tcl_AddErrorInfo, Tcl_SetErrorCode, Tcl_UnixError, Tcl_CheckStatus, 
  3. record information about errors
  4. error, stack, trace, variable, 
  5. AssembCmd
  6. Tcl_CreateCmdBuf, Tcl_AssembleCmd, Tcl_DeleteCmdBuf, 
  7. buffer pieces of Tcl commands
  8. assemble, buffer, partial command, 
  9. Backslash
  10. Tcl_Backslash, 
  11. parse a backslash sequence
  12. backslash, parse, 
  13. Concat
  14. Tcl_Concat, 
  15. concatenate a collection of strings
  16. concatenate, strings, 
  17. CrtCommand
  18. Tcl_CreateCommand, Tcl_DeleteCommand, 
  19. define application-specific command bindings
  20. bind, command, create, delete, interpreter, 
  21. CrtInterp
  22. Tcl_CreateInterp, Tcl_DeleteInterp, 
  23. create and delete Tcl command interpreters
  24. command, create, delete, interpreter, 
  25. CrtPipelin
  26. Tcl_CreatePipeline, 
  27. create one or more child processes, with I/O redirection
  28. background, child, detach, fork, process, status, wait, 
  29. CrtTrace
  30. Tcl_CreateTrace, Tcl_DeleteTrace, 
  31. arrange for command execution to be traced
  32. command, create, delete, interpreter, trace, 
  33. Eval
  34. Tcl_Eval, Tcl_VarEval, Tcl_EvalFile, Tcl_GlobalEval, 
  35. execute Tcl commands
  36. command, execute, file, global, interpreter, variable, 
  37. ExprLong
  38. Tcl_ExprLong, Tcl_ExprDouble, Tcl_ExprBool, Tcl_ExprString, 
  39. evaluate an expression
  40. boolean, double, evaluate, expression, integer, string, 
  41. Fork
  42. Tcl_Fork, Tcl_WaitPids, Tcl_DetachPids, 
  43. manage child processes
  44. background, child, detach, fork, process, status, wait, 
  45. GetInt
  46. Tcl_GetInt, Tcl_GetDouble, Tcl_GetBoolean, 
  47. convert from string to integer, double, or boolean
  48. boolean, conversion, double, floating-point, integer, 
  49. Hash
  50. Tcl_InitHashTable, Tcl_DeleteHashTable, Tcl_CreateHashEntry, Tcl_DeleteHashEntry, Tcl_FindHashEntry, Tcl_GetHashValue, Tcl_SetHashValue, Tcl_GetHashKey, Tcl_FirstHashEntry, Tcl_NextHashEntry, Tcl_HashStats, 
  51. procedures to manage hash tables
  52. hash table, key, lookup, search, value, 
  53. History
  54. Tcl_InitHistory, Tcl_RecordAndEval, 
  55. procedures for managing history list
  56. command, event, execute, history, interpreter, record, 
  57. Interp
  58. Tcl_Interp, 
  59. client-visible fields of interpreter structures
  60. free, initialized, interpreter, malloc, result, 
  61. RecordEval
  62. Tcl_RecordAndEval, 
  63. save a Tcl command in the history list, then execute it
  64. command, event, execute, history, interpreter, record, 
  65. SetResult
  66. Tcl_SetResult, Tcl_AppendResult, Tcl_AppendElement, Tcl_ResetResult, 
  67. manipulate Tcl result string
  68. append, command, element, list, result, return value, interpreter, 
  69. SetVar
  70. Tcl_SetVar, Tcl_SetVar2, Tcl_GetVar, Tcl_GetVar2, Tcl_UnsetVar, Tcl_UnsetVar2, 
  71. manipulate Tcl variables
  72. array, interpreter, scalar, set, unset, variable, 
  73. SplitList
  74. Tcl_SplitList, Tcl_Merge, Tcl_ScanElement, Tcl_ConvertElement, 
  75. manipulate Tcl lists
  76. backslash, convert, element, list, merge, split, strings, 
  77. StrMatch
  78. Tcl_StringMatch, 
  79. test whether a string matches a pattern
  80. match, pattern, string, 
  81. Tcl
  82. Tcl, 
  83. overview of tool command language facilities
  84.  
  85. TildeSubst
  86. Tcl_TildeSubst, 
  87. replace tilde with home directory in a file name
  88. file name, home directory, tilde, user, 
  89. TraceVar
  90. Tcl_TraceVar, Tcl_TraceVar2, Tcl_UntraceVar, Tcl_UntraceVar2, Tcl_VarTraceInfo, Tcl_VarTraceInfo2, 
  91. monitor accesses to a variable
  92. clientData, trace, variable, 
  93. library
  94. library, 
  95. standard library of Tcl procedures
  96. auto-exec, auto-load, library, unknown, 
  97.